home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir38 / vga_doc2.zip / OAK.TXT < prev    next >
Text File  |  1993-01-22  |  2KB  |  88 lines

  1.    OAK Technologies OTI-067 and 037C.
  2.  
  3.    OTI037C has 256K or 512K.
  4.    OTI-067 has 256K or 512K.
  5.    OTI-077 allows 1MB and up to 1024x768 in 256 colors.
  6.  
  7.  
  8.   3DEh index  9h (R/W):
  9.  
  10.   3DEh index 0Ah (R/W):
  11.  
  12.   3DEh index 0Bh (R/W): 
  13.   bit 5-7  (077) Chip revision. 5=OTI-077.
  14.  
  15.   3DEh index  Dh (R/W):
  16.   bit   6  1MB if set
  17.     7  512K if set, 256 else.
  18.  
  19.   3DEh index 11h (R/W):
  20.   bit 0-3  Read Bank no 
  21.       4-7  Write Bank no
  22.   Note: Some sources gives this register as 3DFh with no index.
  23.   Note: This register apparently write only in Oak-037C.
  24.  
  25.  
  26.   Bank Switching:
  27.  
  28.   Two banks exist in reg 3DEh index 11h.
  29.  
  30.  
  31.   ID Oak VGA:
  32.  
  33.   if testinx2($3DE,$D,$38) then
  34.   begin
  35.     _OAK_37C  !!
  36.     if testinx($3DE,$11) then
  37.       if rdinx($3DE,$B)=5 then _OAK_077      {Haven't tested the -077}
  38.               else _OAK_067;
  39.   end;
  40.  
  41.  
  42.   Modes:
  43.  
  44.   (OTI 067/077)
  45.  
  46.   4Eh  T    80   60  16 (8x8)      Not all 067's
  47.   4Fh  T   132   60  16 (8x8)
  48.   50h  T   132   25  16 (8x14)
  49.   51h  T   132   43  16 (8x8)   
  50.   52h  G   800  600  16 planar
  51.   53h  G   640  480 256 packed
  52.   54h  G   800  600 256 packed
  53.   55h  G  1024  768   4 ??
  54.   56h  G  1024  768  16 planar
  55.   57h  G   768 1024   4 ??
  56.   58h  G  1280 1024  16 planar
  57.   59h  G  1024  768 256 planar           OTI-077 only
  58.   5Ah  G   512  512 32k Sierra 15-bit    OTI-077 w/Sierra
  59.   5Bh  G   640  400 32k Sierra 15-bit    OTI-077 w/Sierra
  60.   5Ch  G   640  480 32k Sierra 15-bit    OTI-077 w/Sierra
  61.  
  62.   (OTI037C "UNIQUE" VGA)
  63.  
  64.   50h  T   132   25  16 (8x14)
  65.   51h  T   132   43  16 (8x8)
  66.   52h  G   800  600  16 planar
  67.  
  68.  
  69.   (OTI037C with NEL Electronics BIOS)
  70.  
  71.   50h  G   640  480  16 planar
  72.   51h  T    80   30     (16x9)
  73.   52h  G  1024  480  16 planar
  74.   53h  T    80   25     (16x8)
  75.   54h  T   132   43     (8x8)
  76.   55h  T   132   25     (14x8)
  77.   56h  T   132   43     (8x9)
  78.   57h  T   132   25     (14x9)
  79.   58h  T    80   43     (8x8)
  80.   59h  T    80   43     (8x9)
  81.   5Ah  T    80   60     (8x8)
  82.   5Bh  G   800  600  16
  83.   5Ch  T   100   37     (16x8)
  84.   5Dh  T   100   75     (8x8)
  85.   5Eh  G   800  600  16
  86.   6Ah  G   800  600  16
  87.   6Bh  T   100   37     (16x8)
  88.